From: Roland McGrath Date: Mon, 19 Apr 1993 21:19:44 +0000 (+0000) Subject: (shell-mode): Capitalize mode name. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96504 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bd5201e334a09027fae2c025b90d5138b5db5998;p=emacs.git (shell-mode): Capitalize mode name. --- diff --git a/lisp/shell.el b/lisp/shell.el index bf7d2b820e4..1f69e426d91 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -228,7 +228,7 @@ to match their respective commands." (comint-mode) (setq comint-prompt-regexp shell-prompt-pattern) (setq major-mode 'shell-mode) - (setq mode-name "shell") + (setq mode-name "Shell") (use-local-map shell-mode-map) (make-local-variable 'shell-dirstack) (setq shell-dirstack nil)